home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Gophers / Gopher / GopherApp / GopherApp.rsrc / TEXT_1001_Server2Mac Map.txt < prev    next >
Text File  |  1992-07-09  |  2KB  |  43 lines

  1. # Gopher Server to Mac type map
  2. #
  3. # This is a quick hack to give Gopher server files a file type based on 
  4. # their pathname suffix.  This is not the best method -- I hope we can expand the
  5. # Gopher server typing scheme to do this more certainly than relying on pathnames.
  6. # But it should give you a taste where Gopher file typing may go.  If you find this
  7. # useful, make it known to various Gopher server managers that this should be
  8. # added to the Gopher protocol.
  9. #
  10. # Server  Local 
  11. # Path    Gopher Map   Transfer    Mac    Mac    Save To
  12. # suffix  Type   When    Type      Type  Creator  Disk   Launch
  13. #
  14. .gif          9    always      binary       GIFf   QGif    yes     yes  #GIF picture, Quick Gif
  15. .tar.Z     9    default  binary    BINA   ????    yes     no   #a general binary
  16. .rtf       9    always   text      TEXT   MSWD       yes     yes  #ms word rich text
  17. .ps        9    always   binary    TEXT   ????    yes     no   #postscript
  18. .eps             9    always   binary    EPSF   8BIM    yes     yes  #adobe photoshop
  19. .pict      9    always   binary    PICT   8BIM    yes     yes  #adobe photoshop
  20. .tiff      9    always   binary    TIFF   8BIM       yes        yes  #adobe photoshop
  21. .jfif      9    always   binary    JFIF   JVWR    yes     yes  #JPEG Viewer
  22. .jpeg      9    always   binary    JFIF   JVWR    yes     yes  #JPEG Viewer
  23. .jpg       9    always   binary    JFIF   JVWR    yes     yes  #JPEG Viewer
  24. #---
  25. .hqx       4      always  binary   TEXT  EDIT     yes     yes # binhex file
  26. .uue       6      always  text     TEXT  EDIT     no      no  # uuencoded file
  27. #
  28. # put any comments after "#"
  29. # separate values by spaces, must include all (7) fields in a line 
  30. #
  31. # suffix = string to match at end of server pathname (case sensitive)
  32. # local gopher type = single character, see types and comments in Gopher Map
  33. # mapWhen = (always, default, never)  = when to apply this mapping
  34. #      (default == apply only if server item type is default (text) document)
  35. # transferType = (binary, text, none) = method to transfer data from server to client
  36. #      (currently text == binary + strip linefeeds, none = not supported)
  37. # MacType = Mac Finder file type
  38. # MacCreator = Mac Finder file creator
  39. # saveToDisk = (yes, no) = save as disk file (otherwise try to display in client?)
  40. # launch = (yes, no) = launch app creator with file (system 7)
  41. #
  42.